home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / membrain.arc / MEMBRAIN.DOC next >
Text File  |  1984-08-31  |  3KB  |  89 lines

  1.  
  2. DESCRIPTION:
  3.  
  4.     MEMBRAIN.EXE creates a file named 'MEMBRAIN.SYS', a DOS device driver
  5. for an emulated disk drive configured to your specifications. DOS will
  6. assign to the drive the next available drive letter. For example, if your
  7. system has two diskette drives (A & B), then the emulated drive will be
  8. drive C. The emulated drive will function identically to a hardware drive
  9. with a few exeptions. First, this drive need not and connot be formatted.
  10. Second, when you turn the system off, the drive ceases to exist. Be sure
  11. to copy any files that must be saved to a hardware drive before power off.
  12. Third, it's fast!!!
  13.  
  14.  
  15. SYSTEM REQUIREMENTS:
  16.  
  17.     An IBM PC or XT with at least 128K of memory and DOS 2.x operating
  18. system.
  19.  
  20.  
  21. INSTALLATION:
  22.  
  23.     1) Enter on the DOS command line:
  24.  
  25.     MEMBRAIN  disk size,sector size,cluster size,directory entries,path
  26.  
  27.      disk size - The requested size of the emulated drive in Kbytes.
  28.           An error will be returned if the resulting drive leaves
  29.           less than 64K of usable memory. If this parameter is omitted
  30.           the default disk size is 160K.
  31.  
  32.      sector size - The size of each logical sector in bytes. Sector
  33.           size should be a multiple of 128 and will be rounded up to
  34.           the next 128 byte multiple. For example, if the parameter is
  35.           entered as 150, then the actual sector size will be 256 bytes.
  36.           The default is 512 bytes per sector.
  37.  
  38.      cluster size - The number of sectors per allocation unit. An error
  39.           will be returned if the number of bytes per cluster exceeds
  40.           2048. The general rule for adjusting sector size and cluster
  41.           size is to use small sector sizes and 1 sector per cluster for
  42.           small drives. Larger sector and cluster sizes will provide more
  43.           usable disk space per Kbyte of disk size and faster operation
  44.           on larger drives. The default is 1 sector per cluster.
  45.  
  46.      directory entries - The maximum number of filenames that the disk
  47.           directory can hold. Smaller drives should be configured with
  48.           fewer directory entries. The more directory space is allocated,
  49.           the less disk space will be left for storing file data. This
  50.           parameter will be adjusted upward as necessary to a multiple
  51.           of sector size. The default is 64 directory entries.
  52.  
  53.      path - The drive and directory path in which MEMBRAIN.SYS is to be
  54.           created. This parameter is entered in the form 'd:\path'. If
  55.           drive is omitted, then the default drive will be used. If path
  56.           is omitted, then the current directory will be used. In any
  57.           case, MEMBRAIN.SYS must be available when DOS is booted.
  58.  
  59.  
  60.      NOTES:
  61.  
  62.           1) If MEMBRAIN.EXE is called from a batch file, then the DOS
  63.          'IF ERRORLEVEL' batch file command can be used to test for
  64.          successful completion. A non-zero return code will be passed
  65.          if an error occurs.
  66.  
  67.  
  68.     2) To create a CONFIG.SYS file:
  69.  
  70.      Enter on the DOS command line:
  71.  
  72.  
  73.           COPY CON: CONFIG.SYS
  74.           DEVICE=MEMBRAIN.SYS
  75.           Press F6 and then <ENTER>
  76.  
  77.      NOTES:
  78.  
  79.           1) CONFIG.SYS must be on the diskette used to boot DOS.
  80.  
  81.           2) If you already use a CONFIG.SYS file, then edit it to
  82.          include the statement 'DEVICE=MEMBRAIN.SYS'.
  83.  
  84.     3) Re-boot DOS either by powering the system off and then back on, or
  85.      with the key sequence <Ctrl>-<Alt>-<Del>.
  86.  
  87.  
  88. Press ENTER to continue:
  89. r by powering the s